home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / OWLINC.PAK / SLIDER.RH < prev    next >
Text File  |  1997-05-06  |  516b  |  19 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows
  3. // Copyright (c) 1992, 1996 by Borland International, All Rights Reserved
  4. //
  5. //$Revision:   10.3  $
  6. //
  7. // Resource & command IDs to use with slider.h
  8. //----------------------------------------------------------------------------
  9. #if !defined(OWL_SLIDER_RH)
  10. #define OWL_SLIDER_RH
  11.  
  12. //
  13. // Slider thumb bitmap ids
  14. //
  15. #define IDB_HSLIDERTHUMB 32000
  16. #define IDB_VSLIDERTHUMB 32001
  17.  
  18. #endif  //  OWL_SLIDER_RH
  19.